home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / SCSL / lsame.z / lsame
Encoding:
Text File  |  2002-10-03  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. LLLLSSSSAAAAMMMMEEEE((((3333SSSS))))                                                            LLLLSSSSAAAAMMMMEEEE((((3333SSSS))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      LSAME - return .TRUE
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      LOGICAL FUNCTION LSAME( CA, CB )
  13.  
  14.          CHARACTER    CA, CB
  15.  
  16. IIIIMMMMPPPPLLLLEEEEMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  17.      These routines are part of the SCSL Scientific Library and can be loaded
  18.      using either the -lscs or the -lscs_mp option.  The -lscs_mp option
  19.      directs the linker to use the multi-processor version of the library.
  20.  
  21.      When linking to SCSL with -lscs or -lscs_mp, the default integer size is
  22.      4 bytes (32 bits). Another version of SCSL is available in which integers
  23.      are 8 bytes (64 bits).  This version allows the user access to larger
  24.      memory sizes and helps when porting legacy Cray codes.  It can be loaded
  25.      by using the -lscs_i8 option or the -lscs_i8_mp option. A program may use
  26.      only one of the two versions; 4-byte integer and 8-byte integer library
  27.      calls cannot be mixed.
  28.  
  29. PPPPUUUURRRRPPPPOOOOSSSSEEEE
  30.      LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
  31.  
  32.  
  33. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  34.      CA      (input) CHARACTER*1
  35.              CB      (input) CHARACTER*1 CA and CB specify the single
  36.              characters to be compared.
  37.  
  38. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  39.      INTRO_LAPACK(3S), INTRO_SCSL(3S)
  40.  
  41.      This man page is available only online.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.